Fixed textview rendering regression.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 14 Feb 2011 05:00:15 +0000 (14:00 +0900)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 6 May 2011 21:05:34 +0000 (17:05 -0400)
commit604292a404edd747374e43e1f7af29ac5e559e1e
treed6836921cfc95a4ee48668990409025beecd63ba
parentd399a4acabf9904118ea4481d057bde39bf0ab0e
Fixed textview rendering regression.

Background color was not painted on the whole tagged segment after
line breaking, this was due to the default ->prepare_run() function
wiping the internal PangoColors clean... fixed this by unconditionally
setting local rgba colors from prepare_run instead of comparing them
and bailing out.
gtk/gtktextdisplay.c